home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineButton2_1466 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  107 b   |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    LevelThreeTune.gotoAndStop(3);
  4.    LevelThreeTune.t.start(0,99);
  5. }
  6.